DBA Data[Home] [Help]

APPS.CN_NOTIFY_CLAWBACKS dependencies on AR_PAYMENT_SCHEDULES

Line 72: cn_debug.print_msg('notify_clawbacks: Collecting from ar_payment_schedules', 1);

68:
69: -- Insert notification records for clawbacks for those payment schedules
70: -- that went past due between the start date of the start period and the
71: -- end date of the end period.
72: cn_debug.print_msg('notify_clawbacks: Collecting from ar_payment_schedules', 1);
73: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks: Collecting from ar_payment_schedules');
74:
75: -- Note: Here we are looking for payment schedules against transactions
76: -- that would have initially been picked up by the invoice notification

Line 73: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks: Collecting from ar_payment_schedules');

69: -- Insert notification records for clawbacks for those payment schedules
70: -- that went past due between the start date of the start period and the
71: -- end date of the end period.
72: cn_debug.print_msg('notify_clawbacks: Collecting from ar_payment_schedules', 1);
73: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks: Collecting from ar_payment_schedules');
74:
75: -- Note: Here we are looking for payment schedules against transactions
76: -- that would have initially been picked up by the invoice notification
77: -- code= cnnoinvb.pls.

Line 111: FROM ar_payment_schedules aps,

107: aps.payment_schedule_id,
108: 'AR',
109: cn_global.cbk_event_id,
110: x_org_id
111: FROM ar_payment_schedules aps,
112: ra_customer_trx rct,
113: ra_cust_trx_types rctt,
114: ra_cust_trx_line_gl_dist rctlgd,
115: cn_repositories cr