DBA Data[Home] [Help]

APPS.ARP_CT_PKG dependencies on STANDARD

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

4165: p_trx_rec.global_attribute28,
4166: p_trx_rec.global_attribute29,
4167: p_trx_rec.global_attribute30,
4168: l_ct_reference,
4169: arp_standard.sysparm.org_id, /* SSA changes anuj */
4170: p_trx_rec.legal_entity_id, --LE
4171: p_trx_rec.payment_trxn_extension_id, /* PAYMENT_UPTAKE */
4172: p_trx_rec.billing_date
4173: );

Line 4575: | Call the standard header table handler |

4571: l_trx_rec.waybill_number := p_waybill_number;
4572: l_trx_rec.fob_point := p_fob_point;
4573:
4574: /*-----------------------------------------+
4575: | Call the standard header table handler |
4576: +-----------------------------------------*/
4577: arp_util.debug('calling lock compare p with p_customer_trx_id = ' || to_char(p_customer_trx_id));
4578:
4579: lock_compare_p( l_trx_rec, p_customer_trx_id);

Line 4988: | Call the standard header table handler |

4984: l_trx_rec.payment_trxn_extension_id := p_payment_trxn_extension_id;
4985: l_trx_rec.billing_date := p_billing_date;
4986:
4987: /*-----------------------------------------+
4988: | Call the standard header table handler |
4989: +-----------------------------------------*/
4990:
4991: lock_compare_p( l_trx_rec, p_customer_trx_id);
4992:

Line 6105: | Call the standard header table handler |

6101: l_trx_rec.billing_date := p_billing_date;
6102:
6103:
6104: /*-----------------------------------------+
6105: | Call the standard header table handler |
6106: +-----------------------------------------*/
6107:
6108: lock_compare_p( l_trx_rec, p_customer_trx_id);
6109: