DBA Data[Home] [Help]

APPS.HXC_PROJ_PAY_DEP_VALIDATION dependencies on HXC_TIMECARD_SUMMARY

Line 11: l_resource_id hxc_timecard_summary.resource_id%type;

7: p_attributes IN HXC_ATTRIBUTE_TABLE_TYPE,
8: p_messages IN OUT NOCOPY HXC_MESSAGE_TABLE_TYPE)
9: IS
10:
11: l_resource_id hxc_timecard_summary.resource_id%type;
12: l_start_time hxc_timecard_summary.start_time%type;
13: l_stop_time hxc_timecard_summary.stop_time%type;
14:
15: l_proj_pay_integration VARCHAR2(10);

Line 12: l_start_time hxc_timecard_summary.start_time%type;

8: p_messages IN OUT NOCOPY HXC_MESSAGE_TABLE_TYPE)
9: IS
10:
11: l_resource_id hxc_timecard_summary.resource_id%type;
12: l_start_time hxc_timecard_summary.start_time%type;
13: l_stop_time hxc_timecard_summary.stop_time%type;
14:
15: l_proj_pay_integration VARCHAR2(10);
16:

Line 13: l_stop_time hxc_timecard_summary.stop_time%type;

9: IS
10:
11: l_resource_id hxc_timecard_summary.resource_id%type;
12: l_start_time hxc_timecard_summary.start_time%type;
13: l_stop_time hxc_timecard_summary.stop_time%type;
14:
15: l_proj_pay_integration VARCHAR2(10);
16:
17: l_pref_table hxc_preference_evaluation.t_pref_table;