DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SUPER_CONTRIBUTIO dependencies on HR_PUMP_GET

Line 340: hr_pump_get.get_original_entry_id

336: if c.p39 is null then
337: L_ORIGINAL_ENTRY_ID:=nn;
338: else
339: L_ORIGINAL_ENTRY_ID :=
340: hr_pump_get.get_original_entry_id
341: (P_ORIGINAL_ENTRY_USER_KEY => c.p39);
342: end if;
343: --
344: if c.p40 is null then

Line 348: hr_pump_get.get_assignment_id

344: if c.p40 is null then
345: L_ASSIGNMENT_ID:=nn;
346: else
347: L_ASSIGNMENT_ID :=
348: hr_pump_get.get_assignment_id
349: (P_ASSIGNMENT_USER_KEY => c.p40);
350: end if;
351: --
352: if c.p41 is null then

Line 356: hr_pump_get.get_cost_allocation_keyflex_id

352: if c.p41 is null then
353: L_COST_ALLOCATION_KEYFLEX_ID:=nn;
354: else
355: L_COST_ALLOCATION_KEYFLEX_ID :=
356: hr_pump_get.get_cost_allocation_keyflex_id
357: (P_COST_ALLOC_KEYFLEX_USER_KEY => c.p41);
358: end if;
359: --
360: if c.p42 is null then

Line 364: hr_pump_get.get_updating_action_id

360: if c.p42 is null then
361: L_UPDATING_ACTION_ID:=nn;
362: else
363: L_UPDATING_ACTION_ID :=
364: hr_pump_get.get_updating_action_id
365: (P_UPDATING_ACTION_USER_KEY => c.p42);
366: end if;
367: --
368: if c.p43 is null then

Line 372: hr_pump_get.get_comment_id

368: if c.p43 is null then
369: L_COMMENT_ID:=nn;
370: else
371: L_COMMENT_ID :=
372: hr_pump_get.get_comment_id
373: (P_COMMENT_USER_KEY => c.p43);
374: end if;
375: --
376: if c.p44 is null then

Line 380: hr_pump_get.get_target_entry_id

376: if c.p44 is null then
377: L_TARGET_ENTRY_ID:=nn;
378: else
379: L_TARGET_ENTRY_ID :=
380: hr_pump_get.get_target_entry_id
381: (P_TARGET_ENTRY_USER_KEY => c.p44);
382: end if;
383: --
384: hr_data_pump.api_trc_on;