
arunrathod.blogspot.com
Oracle Apps GurusOracle HRMS
http://arunrathod.blogspot.com/
Oracle HRMS
http://arunrathod.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.9 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
22
SITE IP
172.217.10.129
LOAD TIME
0.891 sec
SCORE
6.2
Oracle Apps Gurus | arunrathod.blogspot.com Reviews
https://arunrathod.blogspot.com
Oracle HRMS
Oracle Apps Gurus: Sql to convert Rows to a single column seperated with comma (,)
http://arunrathod.blogspot.com/2014/07/sql-to-convert-rows-to-single-column.html
Thursday, July 31, 2014. Sql to convert Rows to a single column seperated with comma (,). Following SQL shows how to convert multiple row output of a column and print all the output in a single column and values separated with a comma (,). For real time example we took data on GL Journal Lines:. SELECT RTRIM (XMLAGG (XMLELEMENT (e, segment1 ',') .EXTRACT. FROM (SELECT DISTINCT segment1. FROM gl je lines gjl,. Gl code combinations kfv gcc. WHERE 1 = 1. AND gjl.code combination id =. Arun Kumar S.R.
Oracle Apps Gurus: Word Wrap in Excel based Oracle Reports
http://arunrathod.blogspot.com/2014/07/word-wrap-in-excel-based-oracle-reports.html
Thursday, July 31, 2014. Word Wrap in Excel based Oracle Reports. Use the following oracle function to use the word wrap functionality in Oracle excel based reports. Create or Replace FUNCTION word wrap (. P textin IN VARCHAR2 DEFAULT NULL,. P rmargin IN INTEGER DEFAULT 78,. P pad IN VARCHAR2 DEFAULT ' ',. P worddelim IN VARCHAR2 DEFAULT ' ',. P just IN VARCHAR2 DEFAULT 'LEFT'. OBJECT NAME: Word wrap. OBJECT TYPE: PUBLIC FUNCTION. DESCRIPTION: PROCEDURE USED TO WRAP THE STRING. P JUST IN JUSTIFY HOW?
Oracle Apps Gurus: July 2010
http://arunrathod.blogspot.com/2010_07_01_archive.html
Saturday, July 17, 2010. Restrict 'Change Status' button on Projects Screen. 1 Navigation: System Administrator - Responsibility - Define. 2 Query for the Responsibility Name to which we want to restrict the button. 3 Under the Menu Exclusions tab include the Menu ‘Project Status Function Security Menu’. This will grey out the 'Change Status' button and the user will not be able to update the status. Arun Kumar S.R. Restrict Change Status button on Projects Screen. Arun Kumar S.R. Opinions expressed in t...
Oracle Apps Gurus: July 2013
http://arunrathod.blogspot.com/2013_07_01_archive.html
Thursday, July 18, 2013. Workflow Mailer Debugging Script for Debugging Emails issues. Arun Kumar S.R. Subscribe to: Posts (Atom). I'm a principal consultant and Oracle HRMS Expert for Apps Associates LLC. Books i am reading now. Handle With CARE by Barbara A. Glanz. The Page by Randy Lisk. Workflow Mailer Debugging Script for Debugging Ema. Please contact me through:. Email: arunkumar.sr AT hotmail DOT com. Linked In: http:/ www.linkedin.com/in/arunrathod. Simple template. Template images by sndr.
Oracle Apps Gurus: June 2011
http://arunrathod.blogspot.com/2011_06_01_archive.html
Saturday, June 18, 2011. Query to retrieve Discoverer business areas, users and privileges. FROM eul5 eul users a, eul5 access privs b, eul5 bas c. WHERE a.eu id = b.ap eu id. AND bgba ba id = c.ba id. AND cba name = - - BA NAME. For sharing the script. Arun Kumar S.R. Labels: Query to retrieve Discoverer business areas. Script to update Supplier Bank Payment Method. X return status VARCHAR2 (200) := NULL;. X msg count NUMBER := 0;. X msg data VARCHAR2 (200) := NULL;. T output VARCHAR2 (200) := NULL;.
TOTAL PAGES IN THIS WEBSITE
19
Oracle Apps DBA's Pool: April 2009
http://krackoracle.blogspot.com/2009_04_01_archive.html
Oracle Apps DBA's Pool. Thursday, April 9, 2009. VLOOKUP function in M.S. Excel with example. Http:/ www.timeatlas.com/mos/5 Minute Tips/General/Learning VLOOKUP in Excel/. Labels: VLOOKUP function in M.S. Excel with example. Friday, April 3, 2009. Error while running adbldxml.pl after upgrading database to 11.1.0.7 from 9.2.0.8. Error while running adbldxml.pl after upgrading database to 11.1.0.7 from 9.2.0.8. Could not Connect to the Database : ORA-01034: ORACLE not available. Database SID = wish.
Oracle Apps DBA's Pool: December 2008
http://krackoracle.blogspot.com/2008_12_01_archive.html
Oracle Apps DBA's Pool. Monday, December 29, 2008. Steps to Create and Register a Custom Concurrent Program. Steps to Create and Register a Custom Concurrent Program. Eg: Apache Bouncing Script. Ln -s $FND TOP/bin/fndcpesr . Create a shell script under $CUST COMMON TOP/bin . I2 Apache bounce script. Export ORA USER PASS USERID USERNAME REQUESTID. Action=`echo $ORA USER PASS sed -e 's/.* / ' sed -e 's/ "/ g'`. Echo "User selected action: $action". Chmod 755 the shell script. Application: i2 Custom COMMON.
Oracle Apps DBA's Pool: Steps to create Readonly/View Only User in OEM
http://krackoracle.blogspot.com/2011/02/steps-to-create-readonlyview-only-user.html
Oracle Apps DBA's Pool. Wednesday, February 16, 2011. Steps to create Readonly/View Only User in OEM. To create a new account with View Only privileges:. 1 Logon to Grid Control as a super admin user (SYSMAN or equivalent). 2 Click on the links: Setup - Administrators - Click on Create. 3 Remove the 'PUBLIC ROLE' that is listed by default. 4 Under Create Administrator: System Privileges select 'VIEW ANY TARGET'. 6 Under Create Administrator: Target Privileges , BATCH ASSIGN Choose 'View'.
Oracle Apps DBA's Pool: September 2010
http://krackoracle.blogspot.com/2010_09_01_archive.html
Oracle Apps DBA's Pool. Thursday, September 30, 2010. Default Application users in 11i EBS. We can find out the list of default users in 11i EBS with sql available 3904641 patch:. Below are list of Default Application users in EBS:. OP CUST CARE ADMIN. Labels: Default Application users in 11i EBS. Subscribe to: Posts (Atom). Default Application users in 11i EBS. E-Business Suite Technology Sessions at OpenWorld 2016. Tanel Poder's blog: Core IT for geeks and pros. Akadia AG Information Technology.
Oracle Apps DBA's Pool: February 2011
http://krackoracle.blogspot.com/2011_02_01_archive.html
Oracle Apps DBA's Pool. Wednesday, February 16, 2011. Steps to create Readonly/View Only User in OEM. To create a new account with View Only privileges:. 1 Logon to Grid Control as a super admin user (SYSMAN or equivalent). 2 Click on the links: Setup - Administrators - Click on Create. 3 Remove the 'PUBLIC ROLE' that is listed by default. 4 Under Create Administrator: System Privileges select 'VIEW ANY TARGET'. 6 Under Create Administrator: Target Privileges , BATCH ASSIGN Choose 'View'. Tanel Poder's b...
Oracle Apps DBA's Pool: November 2011
http://krackoracle.blogspot.com/2011_11_01_archive.html
Oracle Apps DBA's Pool. Thursday, November 3, 2011. RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button. RW-00023: Error: - DBC file was not created:. File = /u01/oracle/apps/trainappl/fnd/11.5.0/secure/TRAIN dba1/train.dbc. Executing script in InstantiateFile:. Adgendbc.sh started at Wed Nov 2 22:43:07 IST 2011. Unique constraint error (00001) is OK if key already exists. ADD call failed with exit code 127. RW-50...
Oracle Apps DBA's Pool: May 2009
http://krackoracle.blogspot.com/2009_05_01_archive.html
Oracle Apps DBA's Pool. Thursday, May 21, 2009. How to change an Oracle password temporarily. In Oracle it is possible to change a password temporarily. This can be useful for DBA which act as a different user. SQL select username,password from dba users where username='GEORGE';. SQL alter user george identified by welcome123;. After doing your work you can change the password back by using an undocumented feature called "by values". SQL alter user george identified by values 'F894844C34402B67';.
Oracle Apps DBA's Pool: May 2011
http://krackoracle.blogspot.com/2011_05_01_archive.html
Oracle Apps DBA's Pool. Tuesday, May 31, 2011. 1 Show all connected users. Set lines 100 pages 999. Col ID format a15. Sid ',' serial# "ID". Last call et "Last Activity". Where username is not null. Order by status desc. Last call et desc. 2 Time since last user activity. Set lines 100 pages 999. Select username, floor(last call et / 60) "Minutes", statusfrom v$sessionwhere username is not nullorder by last call et. 3 Sessions sorted by logon time. Set lines 100 pages 999. Col login time format a14.
Oracle Apps DBA's Pool: September 2009
http://krackoracle.blogspot.com/2009_09_01_archive.html
Oracle Apps DBA's Pool. Monday, September 7, 2009. Steps to find password for an application user in oracle applications. Steps to find password for an application user in oracle applications:. 1 Create get pwd package. CREATE OR REPLACE PACKAGE get pwd AS FUNCTION decrypt ( KEY IN VARCHAR2 ,VALUE IN VARCHAR2 ) RETURN VARCHAR2; END get pwd;. 2 Create get pwd package body. 3 Query to get password for apps user. 4 Query to get password for any application user. Subscribe to: Posts (Atom). SQL to convert GM...
Oracle Apps DBA's Pool: 11.5.10.2 Installation Errors on RHEL 4
http://krackoracle.blogspot.com/2011/11/115102-installation-errors-on-rhel-4.html
Oracle Apps DBA's Pool. Wednesday, November 2, 2011. 115102 Installation Errors on RHEL 4. RW-50010: Error: - script has returned an error: 1. RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for Train instance. Afmkinit.sh exiting with status 127. Cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory. 3 Press the retry button in rapidwiz screen. Observed below error in make...
TOTAL LINKS TO THIS WEBSITE
22
Arunras.com is for Sale! @ DomainMarket.com, Maximize Your Brand Recognition with a Premium Domain
Search Premium Domain Names. What's in a Domain Name? Building your online presence starts with a top quality domain name from DomainMarket.com. At DomainMarket.com you'll find thousands of the very best .Com domain names waiting to be developed into first rate brands. We have been in business over 10 years and have sold more of our premium domains than any competitors. At DomainMarket.com we offer simple, safe and secure transactions for premium domain names. Your branding efforts will be much m...A pre...
www.arunras.org
This Web page parked FREE courtesy of Mad Dog Domains. Search for domains similar to. Is this your domain? Let's turn it into a website! Would you like to buy this. Find Your Own Domain Name. See our full line of products. Easily Build Your Professional Website. As low as $4.99/mo. Call us any time day or night (480) 624-2500.
arunrashtravar
March 19, 2015. अर ण र ष ट रवर क म ट व शनल व ड य – म ट अ ध र ह आ सव र. Continue reading →. March 19, 2015. March 19, 2015. Arun Rashtravar ka you tube च नल free subscribe कर! Continue reading →. March 19, 2015. अर ण र ष ट रवर क ह स य व ड य – म द र प ऊ स र र त (Mein daaru peeu saari raat). Continue reading →. March 19, 2015. अर ण र ष ट रवर क ह स य व ड य – म द र प ऊ स र र त (Mein daaru peeu saari raat). Continue reading →. March 19, 2015. Continue reading →. March 19, 2015. Subscribe my you tube channel.
อรุณรัตน์ ตรางา 305
อรุณรัตน์ ตรางา 305. ครูชาญวิทย์. วันจันทร์ที่ 29 มิถุนายน พ.ศ. 2558. สัปดาห์ที่ 20 วีธีการทางประวัติศาตร์และหลักฐานทางประวัติศาสตร์. วีธีการทางประวัติศาตร์และหลักฐานทางประวัติศาสตร์. อรุณรัตน์. ไม่มีความคิดเห็น:. ส่งอีเมลข้อมูลนี้. แชร์ไปที่ Twitter. แชร์ไปที่ Facebook. บทความที่เก่ากว่า. สมัครสมาชิก: บทความ (Atom). Glitterfy.com - *Glitter Photos*]. สัปดาห์ที่ 20 วีธีการทางประวัติศาตร์และหลักฐานทางป. สัปดาห์ที่ 19 วิธีการทางประวัติศาสตร์. ลิงค์ 305/58. ณัทฐชัย จัทะคุณ. อรุณรัตน์ ตรางา. สุดารū...
arunratchawararam.blogspot.com
Wat Arunratchawararam
Temple of the Dawn. The magnificent Wat Arun as seen from the river. Tuesday, July 17, 2007. This is an outstanding example of Rama II period architecture in late Ayutthaya style. It has a two-tiered roof with glazed ceramics, and pediments decorated with wooden carvings depicting Warunthep. The interior murals were painted during the Third and Fifth Reigns. Phra Phutthathammitsararatchalokthatdilok,the principal Buddha. Mondop of the Buddha. Version of the Ramayana epic. Has flourished throughout the Ra...
Oracle Apps Gurus
Tuesday, October 10, 2017. Pa budget pub.create draft budget - single record insert for revenue financial plans. L return status VARCHAR2 (1);. L msg count NUMBER;. L msg data VARCHAR2 (2000);. L data VARCHAR2 (2000);. L msg index out NUMBER;. Ln line no NUMBER;. Variables needed for the user id and responsibility id. L user id NUMBER;. L responsibility id NUMBER;. Variables needed for Oracle Project specific parameters. L pm product code VARCHAR2 (10);. L pa project id NUMBER;. L resource list id NUMBER;.
Business profile for arunratnam.com provided by Network Solutions
Phone: Your business phone number. Fax: Your business fax number. Email: Your business e-mail address. The type of business you are in. Your list of brands. Products and/or services you provide. Coupons and other discount information you offer. Any other information about your business. Your hours of operation. Methods of payment you accept. If this is your Web site, you can customize your business profile from your account at Network Solutions. To edit your business profile.
อรุณรัตน์ การ์ดแต่งงาน ของชำร่วย พาหุรū
ร บพ มพ ทองเค. พวงก ญแจเจ าหญ งเจ าชายกล องพาย. พวงก ญแจเด กค ใส กล องพาย. แก วเซราม ควนทองใส กล องทอง. แก วใสใส กล องบ าน. แก วฟรอสกล องมงก ฎ. แก วฟลอสหยอดเท ยนใส กล องทอง. เท ยนหอมร ปรถม าเง น ทอง. เท นยหอมร ปก หลาบเง น ทอง. ขวดแก วใส น าตาลกรวด.
Arunravi.com
Project Information and Cost Estimation (PRICE) is an online solution for estimate preparation and approval. It is developed for the Public Works Department, Kerala. Now it is adopted in almost all engineering departments. PRICE is based on CPWD Schedule of Rates, Specification, Rate Analysis and cost index developed by National Informatics Centre (NIC). PWD (Roads &Bridges) http:/ price.kerala.gov.in:8080/price roads. IS codes for Civil Engineers. Code of practice for extreme weather concreting.
Arun Ravi Photography