DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on ARP_PROC_TRANSACTION_HISTORY

Line 455: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

451: l_trh_rec.created_from := 'ARBRMAIB' ;
452: l_trh_rec.batch_id := NULL ;
453: l_trh_rec.org_id := l_trx_rec.org_id;
454:
455: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
456: l_trh_rec.transaction_history_id);
457:
458: /*-----------------------------------------------+
459: | Output parameters |

Line 740: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

736: l_trh_rec.first_posted_record_flag := 'N' ;
737: l_trh_rec.created_from := 'ARBRMAIB' ;
738: l_trh_rec.batch_id := NULL ;
739:
740: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
741: l_trh_rec.transaction_history_id);
742:
743:
744: /*-----------------------------------------------+

Line 1049: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

1045: l_trh_rec.created_from := 'ARBRMAIB' ;
1046: l_trh_rec.batch_id := NULL ;
1047: l_trh_rec.org_id := l_trx_rec.org_id;
1048:
1049: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
1050: l_trh_rec.transaction_history_id);
1051:
1052: /*-----------------------------------------------+
1053: | Output parameter |

Line 1323: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

1319: l_trh_rec.trx_date := trunc(sysdate);
1320: END IF;
1321:
1322:
1323: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1324:
1325:
1326: /*-----------------------------------------------+
1327: | Output parameter |

Line 1589: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

1585: THEN
1586: l_trh_rec.trx_date := trunc(sysdate);
1587: END IF;
1588:
1589: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1590:
1591:
1592: /*-----------------------------------------------+
1593: | Output parameter |

Line 1818: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

1814: l_trh_rec.first_posted_record_flag := 'N' ;
1815: l_trh_rec.created_from := 'ARBRMAIB' ;
1816: l_trh_rec.batch_id := NULL ;
1817:
1818: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1819:
1820:
1821: /*-----------------------------------------------+
1822: | Output parameter |

Line 1978: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

1974: l_trh_rec.gl_posted_date := NULL ;
1975: l_trh_rec.first_posted_record_flag := 'N' ;
1976: l_trh_rec.created_from := 'ARBRMAIB' ;
1977:
1978: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1979:
1980:
1981: /*-----------------------------------------------+
1982: | Output parameter |

Line 2123: ARP_PROC_TRANSACTION_HISTORY.delete_transaction_history (l_trh_rec.transaction_history_id);

2119: +-------------------------------------------------------*/
2120:
2121: l_trh_id := l_trh_rec.prv_trx_history_id;
2122:
2123: ARP_PROC_TRANSACTION_HISTORY.delete_transaction_history (l_trh_rec.transaction_history_id);
2124:
2125:
2126: /*------------------------------------------------------+
2127: | Updates the previous Transaction History Record |

Line 2138: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec, l_trh_id);

2134: +----------------------------*/
2135:
2136: l_trh_rec.current_record_flag := 'Y';
2137:
2138: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec, l_trh_id);
2139:
2140:
2141: IF PG_DEBUG in ('Y', 'C') THEN
2142: arp_util.debug('Cancel_BR_Remit: ' || 'AR_BILLS_MAINTAIN_PUB.DeSelect_BR_Remit ()-');

Line 2327: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2323: l_trh_rec.created_from := 'ARBRMAIB' ;
2324: l_trh_rec.batch_id := NULL ;
2325:
2326:
2327: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2328: l_trh_rec.transaction_history_id);
2329:
2330: ELSE
2331: /*----------------------------------------------+

Line 2381: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2377: l_trh_rec.created_from := 'ARBRMAIB' ;
2378: l_trh_rec.batch_id := p_batch_id ;
2379:
2380:
2381: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2382: l_trh_rec.transaction_history_id);
2383:
2384:
2385: /*----------------------------------------------+

Line 2642: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2638: l_trh_rec.first_posted_record_flag := 'N' ;
2639: l_trh_rec.created_from := 'ARBRMAIB' ;
2640: l_trh_rec.batch_id := NULL ;
2641:
2642: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2643: l_trh_rec.transaction_history_id);
2644:
2645:
2646: /*----------------------------------------------+

Line 2976: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

2972: l_trh_rec.first_posted_record_flag := 'N' ;
2973: l_trh_rec.created_from := 'ARBRMAIB' ;
2974: l_trh_rec.batch_id := NULL ;
2975:
2976: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
2977:
2978:
2979: /*-----------------------------------------------+
2980: | Output parameter |

Line 3329: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

3325: l_trh_rec.created_from := 'ARBRMAIB' ;
3326: l_trh_rec.postable_flag := 'N' ;
3327: l_trh_rec.current_accounted_flag:= 'N' ;
3328:
3329: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3330:
3331: END IF;
3332:
3333:

Line 3356: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

3352: l_trh_rec.created_from := 'ARBRMAIB' ;
3353: l_trh_rec.postable_flag := 'N' ;
3354: l_trh_rec.current_accounted_flag:= 'N' ;
3355:
3356: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3357:
3358:
3359: /*-----------------------------------------------+
3360: | Output parameter |

Line 3615: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);

3611: l_trh_rec.created_from := 'ARBRMAIB' ;
3612: l_trh_rec.postable_flag := 'N' ;
3613: l_trh_rec.current_accounted_flag:= 'N' ;
3614:
3615: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3616:
3617:
3618: /*-----------------------------------------------+
3619: | Output parameter |

Line 3890: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

3886: l_trh_rec.created_from := 'ARBRMAIB' ;
3887: l_trh_rec.postable_flag := 'Y' ;
3888: l_trh_rec.current_accounted_flag:= 'Y' ;
3889:
3890: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
3891: l_trh_rec.transaction_history_id);
3892:
3893:
3894: /*-----------------------------------------------+

Line 4204: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4200: l_trh_rec.first_posted_record_flag := 'N' ;
4201: l_trh_rec.created_from := 'ARBRMAIB' ;
4202: l_trh_rec.batch_id := NULL ;
4203:
4204: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4205: l_trh_rec.transaction_history_id);
4206:
4207:
4208: /*----------------------------------------------+

Line 4550: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4546: l_trh_rec.first_posted_record_flag := 'N' ;
4547: l_trh_rec.created_from := 'ARBRMAIB' ;
4548: l_trh_rec.batch_id := NULL ;
4549:
4550: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4551: l_trh_rec.transaction_history_id);
4552:
4553:
4554: /*-----------------------------------------------+

Line 4917: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4913: l_trh_rec.first_posted_record_flag := 'N' ;
4914: l_trh_rec.created_from := 'ARBRMAIB' ;
4915: l_trh_rec.batch_id := NULL ;
4916:
4917: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4918: l_trh_rec.transaction_history_id);
4919:
4920:
4921: /*-----------------------------------------------+

Line 5284: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec,

5280: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
5281:
5282: l_trh_rec.event := 'EXCHANGED';
5283:
5284: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec,
5285: l_trh_rec.transaction_history_id);
5286:
5287:
5288: /*-----------------------------------------------+