DBA Data[Home] [Help]

APPS.PAY_TRGL_PKG dependencies on PAY_ADHOC_UTILS_PKG

Line 492: if (PAY_ADHOC_UTILS_PKG.chk_post_r11i = 'Y') then

488: -- the segment list is so we cannot bind to variables.
489: --
490:
491: -- For Post 11i
492: if (PAY_ADHOC_UTILS_PKG.chk_post_r11i = 'Y') then
493: dbms_sql.parse(sql_curs,
494: 'INSERT INTO gl_interface
495: (status,
496: ledger_id,

Line 1329: if (PAY_ADHOC_UTILS_PKG.chk_post_r11i = 'Y') then

1325: -- Put the statement into the cursor and parse. Don't know how long
1326: -- the segment list is so we cannot bind to variables.
1327: --
1328: -- For post 11i
1329: if (PAY_ADHOC_UTILS_PKG.chk_post_r11i = 'Y') then
1330: dbms_sql.parse(sql_curs,
1331: 'INSERT INTO gl_interface
1332: (status,
1333: ledger_id,