DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_ACCOUNTS_API dependencies on PSP_ORGANIZATION_ACCOUNTS_BK3

Line 552: psp_organization_accounts_bk3.delete_organization_account_b

548: --
549: -- Call Before Process User Hook
550: --
551: begin
552: psp_organization_accounts_bk3.delete_organization_account_b
553: ( p_organization_account_id => p_organization_account_id
554: );
555: exception
556: when hr_api.cannot_find_prog_unit then

Line 583: psp_organization_accounts_bk3.delete_organization_account_a

579: --
580: -- Call After Process User Hook
581: --
582: begin
583: psp_organization_accounts_bk3.delete_organization_account_a
584: ( p_organization_account_id => p_organization_account_id
585: );
586: exception
587: when hr_api.cannot_find_prog_unit then