DBA Data[Home] [Help]

APPS.PAY_JP_EXTRA_BANK_RULES dependencies on HR_API

Line 73: if nvl(p_external_account_id, hr_api.g_number) <> nvl(p_external_account_id_o, hr_api.g_number) then

69: p_external_account_id_o in number
70: ) is
71: begin
72: --
73: if nvl(p_external_account_id, hr_api.g_number) <> nvl(p_external_account_id_o, hr_api.g_number) then
74: --
75: chk_account_name(p_external_account_id);
76: --
77: end if;

Line 112: if nvl(p_org_information17, hr_api.g_varchar2) <> nvl(p_org_information17_o, hr_api.g_varchar2) then

108: p_org_information17_o in varchar2
109: ) is
110: begin
111: --
112: if nvl(p_org_information17, hr_api.g_varchar2) <> nvl(p_org_information17_o, hr_api.g_varchar2) then
113: --
114: chk_swot_account_name(p_org_information_context, p_org_information17);
115: --
116: end if;