DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on HXC_TIME_BUILDING_BLOCKS

Line 315: l_value HXC_TIME_BUILDING_BLOCKS.COMMENT_TEXT%TYPE;

311: (p_string IN VARCHAR2
312: ,p_value_index IN NUMBER
313: ) RETURN VARCHAR2 IS
314:
315: l_value HXC_TIME_BUILDING_BLOCKS.COMMENT_TEXT%TYPE;
316: l_proc VARCHAR2(30) := 'GET_VALUE_FROM_STRING';
317: BEGIN
318:
319: IF (INSTR(p_string,g_separator,1,p_value_index+1) = 0) THEN

Line 908: from hxc_time_building_blocks

904: l_pref_end_date DATE := null;
905:
906: cursor c_start_time(p_id in number) is
907: select start_time,stop_time
908: from hxc_time_building_blocks
909: where time_building_block_id = p_id
910: and date_to = hr_general.end_of_time;
911:
912: l_pref_table HXC_PREFERENCE_EVALUATION.T_PREF_TABLE;

Line 1125: l_result hxc_time_building_blocks.comment_text%TYPE;

1121: l_bad BOOLEAN :=FALSE;
1122:
1123: l_count NUMBER;
1124: l_position NUMBER;
1125: l_result hxc_time_building_blocks.comment_text%TYPE;
1126: l_block_table t_simple_table;
1127:
1128: BEGIN
1129:

Line 1389: l_result hxc_time_building_blocks.comment_text%TYPE;

1385: l_bad BOOLEAN :=FALSE;
1386:
1387: l_count NUMBER;
1388: l_position NUMBER;
1389: l_result hxc_time_building_blocks.comment_text%TYPE;
1390: l_attr_table t_simple_table;
1391:
1392: BEGIN
1393:

Line 1513: l_result hxc_time_building_blocks.comment_text%TYPE;

1509: l_bad BOOLEAN :=FALSE;
1510:
1511: l_count NUMBER;
1512: l_position NUMBER;
1513: l_result hxc_time_building_blocks.comment_text%TYPE;
1514: l_attr_table t_simple_table;
1515:
1516: BEGIN
1517:

Line 2161: l_result hxc_time_building_blocks.comment_text%TYPE;

2157:
2158: l_index_start NUMBER;
2159: l_index_next NUMBER;
2160: l_loop_count NUMBER;
2161: l_result hxc_time_building_blocks.comment_text%TYPE;
2162:
2163:
2164: begin
2165:

Line 2924: from hxc_time_building_blocks

2920:
2921: cursor c_max_ovn
2922: (p_tbb_id in number) is
2923: select max(object_version_number)
2924: from hxc_time_building_blocks
2925: where time_building_block_id = p_tbb_id;
2926:
2927: cursor c_tx_id
2928: (p_tbb_id in number,

Line 3331: p_resource_id IN hxc_time_building_blocks.resource_id%type) is

3327: -- Added a new procedure which would replace the resource_id in case of
3328: -- duplication of public templates.
3329:
3330: procedure replace_resource_id (p_blocks IN OUT NOCOPY HXC_BLOCK_TABLE_TYPE,
3331: p_resource_id IN hxc_time_building_blocks.resource_id%type) is
3332: l_block_index number;
3333: begin
3334:
3335: if (p_blocks.count>0) then