DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT dependencies on HR_GENERAL

Line 72: -- to hr_general.end_of_time, use default

68: -- to approve the TBB
69: -- p_date_from -> date from which the TBB is valid. defaults
70: -- to SYSDATE, use default
71: -- p_date_to -> date till which the TBB is valid. defaults to
72: -- to hr_general.end_of_time, use default
73: -- p_comment_text -> comment to be saved with TBB
74: -- p_parent_building_block_ovn -> ovn of the parent TBB, should
75: -- always be the highest ovn
76: -- as we do not allow attaching

Line 335: -- p_date_to => DEFAULTS TO hr_general.end_of_time,

331: p_resource_id => p_resource_id,
332: p_resource_type => p_resource_type,
333: p_approval_style_id => p_approval_style_id,
334: -- p_date_from => DEFAULTS TO SYSDATE,
335: -- p_date_to => DEFAULTS TO hr_general.end_of_time,
336: p_comment_text => p_comment_text,
337: -- p_parent_building_block_ovn => DEFAULTS TO NULL,
338: -- new => DEFAULTS TO 'Y',
339: -- changed => DEFAULTS TO 'N',

Line 726: -- p_date_to => DEFAULTS TO hr_general.end_of_time,

722: p_approval_style_id => p_app_blocks
723: (l_parent_building_block_index
724: ).approval_style_id,
725: -- p_date_from => DEFAULTS TO SYSDATE,
726: -- p_date_to => DEFAULTS TO hr_general.end_of_time,
727: p_comment_text => p_comment_text,
728: p_parent_building_block_ovn => p_parent_building_block_ovn,
729: -- new => DEFAULTS TO 'Y',
730: -- changed => DEFAULTS TO 'N',

Line 1074: -- p_date_to => DEFAULTS TO hr_general.end_of_time,

1070: p_approval_style_id => p_app_blocks
1071: (l_parent_building_block_index
1072: ).approval_style_id,
1073: -- p_date_from => DEFAULTS TO SYSDATE,
1074: -- p_date_to => DEFAULTS TO hr_general.end_of_time,
1075: p_comment_text => p_comment_text,
1076: p_parent_building_block_ovn => p_parent_building_block_ovn,
1077: -- new => DEFAULTS TO 'Y',
1078: -- changed => DEFAULTS TO 'N',

Line 1800: fnd_date.date_to_canonical (hr_general.end_of_time);

1796: -- p_app_blocks ( l_building_block_index).object_version_number := 1;
1797: p_app_blocks (l_building_block_index).date_from :=
1798: fnd_date.date_to_canonical (SYSDATE);
1799: p_app_blocks (l_building_block_index).date_to :=
1800: fnd_date.date_to_canonical (hr_general.end_of_time);
1801:
1802: IF ((p_comment_text <> hr_api.g_varchar2) OR (p_comment_text IS NULL))
1803: THEN
1804: p_app_blocks (l_building_block_index).comment_text := p_comment_text;