DBA Data[Home] [Help]

APPS.HRSTRDBI dependencies on STANDARD

Line 1335: 'SERVICE.last_standard_process_date',

1331: 'D',
1332: 'Y');
1333: --
1334: insert_database_item ('EMP_LAST_PROCESS_DATE',
1335: 'SERVICE.last_standard_process_date',
1336: 'The date the employee was last processed',
1337: 'D',
1338: 'Y');
1339: --

Line 1813: 'The standard number of working hours for the position',

1809: 'Y');
1810: --
1811: insert_database_item ('ASG_POS_HOURS',
1812: 'POS1.working_hours',
1813: 'The standard number of working hours for the position',
1814: 'N',
1815: 'Y');
1816: --
1817: insert_database_item ('ASG_POS_START_TIME',

Line 1819: 'The standard start time for the assignment position',

1815: 'Y');
1816: --
1817: insert_database_item ('ASG_POS_START_TIME',
1818: 'POS1.time_normal_start',
1819: 'The standard start time for the assignment position',
1820: 'T',
1821: 'Y');
1822: --
1823: insert_database_item ('ASG_POS_END_TIME',

Line 1825: 'The standard end time for the assignment position',

1821: 'Y');
1822: --
1823: insert_database_item ('ASG_POS_END_TIME',
1824: 'POS1.time_normal_finish',
1825: 'The standard end time for the assignment position',
1826: 'T',
1827: 'Y');
1828: --
1829: insert_database_item ('ASG_POS_PROB_PERIOD',

Line 1997: 'The standard number of working hours for the assignment',

1993: 'Y');
1994: --
1995: insert_database_item ('ASG_HOURS',
1996: 'ASSIGN.normal_hours',
1997: 'The standard number of working hours for the assignment',
1998: 'N',
1999: 'Y');
2000: --
2001: insert_database_item ('ASG_START_TIME',

Line 2003: 'The standard start time for the assignment',

1999: 'Y');
2000: --
2001: insert_database_item ('ASG_START_TIME',
2002: 'ASSIGN.time_normal_start',
2003: 'The standard start time for the assignment',
2004: 'T',
2005: 'Y');
2006: --
2007: insert_database_item ('ASG_END_TIME',

Line 2009: 'The standard end time for the assignment',

2005: 'Y');
2006: --
2007: insert_database_item ('ASG_END_TIME',
2008: 'ASSIGN.time_normal_finish',
2009: 'The standard end time for the assignment',
2010: 'T',
2011: 'Y');
2012: --
2013: insert_database_item ('ASG_PERFORMANCE_REVIEW_PERIOD',

Line 6510: ed into a standard unit */

6506:
6507: ELSE
6508: /* If assignment normal frequency is not the same as position, organization or b
6509: usiness group frequency then it is necessary to convert the number of hours work
6510: ed into a standard unit */
6511: /* Note the value of asg_full_time_freq is the lookup_code, not the meaning
6512: so requires no translation */
6513: IF NOT hri_asg_full_time_freq = hri_asg_freq_code THEN
6514: (