DBA Data[Home] [Help]

APPS.ARP_CT_PKG dependencies on STANDARD

Line 5514: arp_standard.sysparm.org_id, /* SSA changes anuj */

5510: p_trx_rec.global_attribute28,
5511: p_trx_rec.global_attribute29,
5512: p_trx_rec.global_attribute30,
5513: l_ct_reference,
5514: arp_standard.sysparm.org_id, /* SSA changes anuj */
5515: p_trx_rec.legal_entity_id, --LE
5516: p_trx_rec.payment_trxn_extension_id, /* PAYMENT_UPTAKE */
5517: p_trx_rec.billing_date
5518: );

Line 5920: | Call the standard header table handler |

5916: l_trx_rec.waybill_number := p_waybill_number;
5917: l_trx_rec.fob_point := p_fob_point;
5918:
5919: /*-----------------------------------------+
5920: | Call the standard header table handler |
5921: +-----------------------------------------*/
5922: arp_util.debug('calling lock compare p with p_customer_trx_id = ' || to_char(p_customer_trx_id));
5923:
5924: lock_compare_p( l_trx_rec, p_customer_trx_id);

Line 6334: | Call the standard header table handler |

6330: l_trx_rec.payment_trxn_extension_id := p_payment_trxn_extension_id;
6331: l_trx_rec.billing_date := p_billing_date;
6332:
6333: /*-----------------------------------------+
6334: | Call the standard header table handler |
6335: +-----------------------------------------*/
6336:
6337: lock_compare_p( l_trx_rec, p_customer_trx_id, p_lock_trx_flag);
6338:

Line 7451: | Call the standard header table handler |

7447: l_trx_rec.billing_date := p_billing_date;
7448:
7449:
7450: /*-----------------------------------------+
7451: | Call the standard header table handler |
7452: +-----------------------------------------*/
7453:
7454: lock_compare_p( l_trx_rec, p_customer_trx_id);
7455: