DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_BATCHES_S

Line 1225: decode(l_batch_control_flag, 'Y', AP_BATCHES_S.nextval, null),

1221: interest_accts_pay_ccid,
1222: DECODE(account_type, 'A','Y','N'),
1223: to_char(sysdate, 'DD-MON-RR HH24:MI'),
1224: gsob.name,
1225: decode(l_batch_control_flag, 'Y', AP_BATCHES_S.nextval, null),
1226: /* Added BOTH for performing AWT -- Bug 9697441 */
1227: decode(nvl(ASP.allow_awt_flag, 'N'),
1228: 'Y', decode(ASP.create_awt_dists_type,
1229: 'PAYMENT', 'Y', 'BOTH', 'Y',