DBA Data[Home] [Help]

APPS.PAY_IN_EFT dependencies on PAY_EXTERNAL_ACCOUNTS

Line 48: , pay_external_accounts pea

44: , oea.segment4 org_bank_branch
45: , oea.segment1 bank_acc_num
46: FROM
47: pay_org_payment_methods_f popm
48: , pay_external_accounts pea
49: , pay_personal_payment_methods_f pppm
50: , pay_external_accounts oea
51: , pay_pre_payments ppp
52: , pay_assignment_actions paa

Line 50: , pay_external_accounts oea

46: FROM
47: pay_org_payment_methods_f popm
48: , pay_external_accounts pea
49: , pay_personal_payment_methods_f pppm
50: , pay_external_accounts oea
51: , pay_pre_payments ppp
52: , pay_assignment_actions paa
53: , pay_payroll_actions ppa
54: , per_assignments_f asg

Line 124: , pay_external_accounts oea

120: , hr_general.decode_lookup('IN_BANK_BRANCH',pea.segment4) emp_branch
121: , pea.segment1 emp_acc_num
122: , NVL(ppp.value,0) payment_amt
123: FROM pay_org_payment_methods_f popm
124: , pay_external_accounts oea
125: , pay_personal_payment_methods_f pppm
126: , pay_external_accounts pea
127: , pay_pre_payments ppp
128: , pay_assignment_actions paa

Line 126: , pay_external_accounts pea

122: , NVL(ppp.value,0) payment_amt
123: FROM pay_org_payment_methods_f popm
124: , pay_external_accounts oea
125: , pay_personal_payment_methods_f pppm
126: , pay_external_accounts pea
127: , pay_pre_payments ppp
128: , pay_assignment_actions paa
129: , pay_payroll_actions ppa
130: , per_assignments_f asg