DBA Data[Home] [Help]

APPS.PAY_PAYMENT_GL_ACCOUNTS_PKG dependencies on PAY_PGA_BUS

Line 76: pay_pga_bus.chk_set_of_books_id

72: -- and update the default GL Accounts.
73:
74: hr_utility.set_location(l_proc, 50);
75:
76: pay_pga_bus.chk_set_of_books_id
77: (p_set_of_books_id => p_set_of_books_id
78: );
79: --
80: pay_pga_bus.chk_gl_account_id

Line 80: pay_pga_bus.chk_gl_account_id

76: pay_pga_bus.chk_set_of_books_id
77: (p_set_of_books_id => p_set_of_books_id
78: );
79: --
80: pay_pga_bus.chk_gl_account_id
81: (p_gl_account_id => p_gl_cash_ac_id
82: );
83: --
84: pay_pga_bus.chk_gl_account_id

Line 84: pay_pga_bus.chk_gl_account_id

80: pay_pga_bus.chk_gl_account_id
81: (p_gl_account_id => p_gl_cash_ac_id
82: );
83: --
84: pay_pga_bus.chk_gl_account_id
85: (p_gl_account_id => p_gl_cash_clearing_ac_id
86: );
87: --
88: pay_pga_bus.chk_gl_account_id

Line 88: pay_pga_bus.chk_gl_account_id

84: pay_pga_bus.chk_gl_account_id
85: (p_gl_account_id => p_gl_cash_clearing_ac_id
86: );
87: --
88: pay_pga_bus.chk_gl_account_id
89: (p_gl_account_id => p_gl_control_ac_id
90: );
91: --
92: pay_pga_bus.chk_gl_account_id

Line 92: pay_pga_bus.chk_gl_account_id

88: pay_pga_bus.chk_gl_account_id
89: (p_gl_account_id => p_gl_control_ac_id
90: );
91: --
92: pay_pga_bus.chk_gl_account_id
93: (p_gl_account_id => p_gl_error_ac_id
94: );
95: --
96:

Line 273: pay_pga_bus.chk_set_of_books_id

269: -- we need to only validate the data and update the record.
270:
271: hr_utility.set_location(l_proc, 80);
272:
273: pay_pga_bus.chk_set_of_books_id
274: (p_set_of_books_id => p_set_of_books_id
275: );
276: --
277: pay_pga_bus.chk_gl_account_id

Line 277: pay_pga_bus.chk_gl_account_id

273: pay_pga_bus.chk_set_of_books_id
274: (p_set_of_books_id => p_set_of_books_id
275: );
276: --
277: pay_pga_bus.chk_gl_account_id
278: (p_gl_account_id => p_gl_cash_ac_id
279: );
280: --
281: pay_pga_bus.chk_gl_account_id

Line 281: pay_pga_bus.chk_gl_account_id

277: pay_pga_bus.chk_gl_account_id
278: (p_gl_account_id => p_gl_cash_ac_id
279: );
280: --
281: pay_pga_bus.chk_gl_account_id
282: (p_gl_account_id => p_gl_cash_clearing_ac_id
283: );
284: --
285: pay_pga_bus.chk_gl_account_id

Line 285: pay_pga_bus.chk_gl_account_id

281: pay_pga_bus.chk_gl_account_id
282: (p_gl_account_id => p_gl_cash_clearing_ac_id
283: );
284: --
285: pay_pga_bus.chk_gl_account_id
286: (p_gl_account_id => p_gl_control_ac_id
287: );
288: --
289: pay_pga_bus.chk_gl_account_id

Line 289: pay_pga_bus.chk_gl_account_id

285: pay_pga_bus.chk_gl_account_id
286: (p_gl_account_id => p_gl_control_ac_id
287: );
288: --
289: pay_pga_bus.chk_gl_account_id
290: (p_gl_account_id => p_gl_error_ac_id
291: );
292: --
293: