DBA Data[Home] [Help]

APPS.PAYUSUNB_PKG dependencies on HR_NONRUN_ASACT

Line 457: hr_nonrun_asact.insact(IN_asgn_action_id,IN_assign_id,IN_pact_id,IN_chunk_number,IN_gre_id);

453: /******************************** 2963239 Change ***********************************************************/
454:
455: -- insert the action record.
456:
457: hr_nonrun_asact.insact(IN_asgn_action_id,IN_assign_id,IN_pact_id,IN_chunk_number,IN_gre_id);
458:
459: -- Bug 3291736: Change the flag to Y as the assignment action is created
460: G_dummy_action_inserted_flag := 'Y';
461:

Line 798: hr_nonrun_asact.insact(L_lockingactid,L_assignid,

794: -- But if there is no payroll run or prepayments then no dummy action
795: -- will be inserted.
796: IF L_lockedactid is not null and
797: G_dummy_action_inserted_flag = 'N' THEN
798: hr_nonrun_asact.insact(L_lockingactid,L_assignid,
799: IN_pactid,IN_chunk,L_gre_id);
800: END IF;
801:
802: END action_creation;

Line 1617: hr_nonrun_asact.insact(IN_asgn_action_id,IN_assign_id,IN_pact_id,IN_chunk_number,IN_gre_id);

1613: /******************************** 2963239 Change ***********************************************************/
1614:
1615: -- insert the action record.
1616:
1617: hr_nonrun_asact.insact(IN_asgn_action_id,IN_assign_id,IN_pact_id,IN_chunk_number,IN_gre_id);
1618:
1619: -- Bug 3291736: Change the flag to Y as the assignment action is created
1620: G_dummy_action_inserted_flag := 'Y';
1621: