DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on ARP_PROC_TRANSACTION_HISTORY

Line 444: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

440: l_trh_rec.created_from := 'ARBRMAIB' ;
441: l_trh_rec.batch_id := NULL ;
442: l_trh_rec.org_id := l_trx_rec.org_id;
443:
444: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
445: l_trh_rec.transaction_history_id);
446:
447: /*-----------------------------------------------+
448: | Output parameters |

Line 729: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

725: l_trh_rec.first_posted_record_flag := 'N' ;
726: l_trh_rec.created_from := 'ARBRMAIB' ;
727: l_trh_rec.batch_id := NULL ;
728:
729: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
730: l_trh_rec.transaction_history_id);
731:
732:
733: /*-----------------------------------------------+

Line 1038: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

1034: l_trh_rec.created_from := 'ARBRMAIB' ;
1035: l_trh_rec.batch_id := NULL ;
1036: l_trh_rec.org_id := l_trx_rec.org_id;
1037:
1038: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
1039: l_trh_rec.transaction_history_id);
1040:
1041: /*-----------------------------------------------+
1042: | Output parameter |

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

1308: l_trh_rec.trx_date := trunc(sysdate);
1309: END IF;
1310:
1311:
1312: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1313:
1314:
1315: /*-----------------------------------------------+
1316: | Output parameter |

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

1574: THEN
1575: l_trh_rec.trx_date := trunc(sysdate);
1576: END IF;
1577:
1578: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1579:
1580:
1581: /*-----------------------------------------------+
1582: | Output parameter |

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

1803: l_trh_rec.first_posted_record_flag := 'N' ;
1804: l_trh_rec.created_from := 'ARBRMAIB' ;
1805: l_trh_rec.batch_id := NULL ;
1806:
1807: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1808:
1809:
1810: /*-----------------------------------------------+
1811: | Output parameter |

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

1963: l_trh_rec.gl_posted_date := NULL ;
1964: l_trh_rec.first_posted_record_flag := 'N' ;
1965: l_trh_rec.created_from := 'ARBRMAIB' ;
1966:
1967: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
1968:
1969:
1970: /*-----------------------------------------------+
1971: | Output parameter |

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

2108: +-------------------------------------------------------*/
2109:
2110: l_trh_id := l_trh_rec.prv_trx_history_id;
2111:
2112: ARP_PROC_TRANSACTION_HISTORY.delete_transaction_history (l_trh_rec.transaction_history_id);
2113:
2114:
2115: /*------------------------------------------------------+
2116: | Updates the previous Transaction History Record |

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

2123: +----------------------------*/
2124:
2125: l_trh_rec.current_record_flag := 'Y';
2126:
2127: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec, l_trh_id);
2128:
2129:
2130: IF PG_DEBUG in ('Y', 'C') THEN
2131: arp_util.debug('Cancel_BR_Remit: ' || 'AR_BILLS_MAINTAIN_PUB.DeSelect_BR_Remit ()-');

Line 2316: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2312: l_trh_rec.created_from := 'ARBRMAIB' ;
2313: l_trh_rec.batch_id := NULL ;
2314:
2315:
2316: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2317: l_trh_rec.transaction_history_id);
2318:
2319: ELSE
2320: /*----------------------------------------------+

Line 2370: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2366: l_trh_rec.created_from := 'ARBRMAIB' ;
2367: l_trh_rec.batch_id := p_batch_id ;
2368:
2369:
2370: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2371: l_trh_rec.transaction_history_id);
2372:
2373:
2374: /*----------------------------------------------+

Line 2631: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

2627: l_trh_rec.first_posted_record_flag := 'N' ;
2628: l_trh_rec.created_from := 'ARBRMAIB' ;
2629: l_trh_rec.batch_id := NULL ;
2630:
2631: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
2632: l_trh_rec.transaction_history_id);
2633:
2634:
2635: /*----------------------------------------------+

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

2961: l_trh_rec.first_posted_record_flag := 'N' ;
2962: l_trh_rec.created_from := 'ARBRMAIB' ;
2963: l_trh_rec.batch_id := NULL ;
2964:
2965: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
2966:
2967:
2968: /*-----------------------------------------------+
2969: | Output parameter |

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

3314: l_trh_rec.created_from := 'ARBRMAIB' ;
3315: l_trh_rec.postable_flag := 'N' ;
3316: l_trh_rec.current_accounted_flag:= 'N' ;
3317:
3318: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3319:
3320: END IF;
3321:
3322:

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

3341: l_trh_rec.created_from := 'ARBRMAIB' ;
3342: l_trh_rec.postable_flag := 'N' ;
3343: l_trh_rec.current_accounted_flag:= 'N' ;
3344:
3345: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3346:
3347:
3348: /*-----------------------------------------------+
3349: | Output parameter |

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

3600: l_trh_rec.created_from := 'ARBRMAIB' ;
3601: l_trh_rec.postable_flag := 'N' ;
3602: l_trh_rec.current_accounted_flag:= 'N' ;
3603:
3604: arp_proc_transaction_history.insert_transaction_history (l_trh_rec, l_trh_rec.transaction_history_id);
3605:
3606:
3607: /*-----------------------------------------------+
3608: | Output parameter |

Line 3879: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

3875: l_trh_rec.created_from := 'ARBRMAIB' ;
3876: l_trh_rec.postable_flag := 'Y' ;
3877: l_trh_rec.current_accounted_flag:= 'Y' ;
3878:
3879: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
3880: l_trh_rec.transaction_history_id);
3881:
3882:
3883: /*-----------------------------------------------+

Line 4193: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4189: l_trh_rec.first_posted_record_flag := 'N' ;
4190: l_trh_rec.created_from := 'ARBRMAIB' ;
4191: l_trh_rec.batch_id := NULL ;
4192:
4193: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4194: l_trh_rec.transaction_history_id);
4195:
4196:
4197: /*----------------------------------------------+

Line 4539: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4535: l_trh_rec.first_posted_record_flag := 'N' ;
4536: l_trh_rec.created_from := 'ARBRMAIB' ;
4537: l_trh_rec.batch_id := NULL ;
4538:
4539: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4540: l_trh_rec.transaction_history_id);
4541:
4542:
4543: /*-----------------------------------------------+

Line 4906: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,

4902: l_trh_rec.first_posted_record_flag := 'N' ;
4903: l_trh_rec.created_from := 'ARBRMAIB' ;
4904: l_trh_rec.batch_id := NULL ;
4905:
4906: arp_proc_transaction_history.insert_transaction_history (l_trh_rec ,
4907: l_trh_rec.transaction_history_id);
4908:
4909:
4910: /*-----------------------------------------------+

Line 5273: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec,

5269: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
5270:
5271: l_trh_rec.event := 'EXCHANGED';
5272:
5273: ARP_PROC_TRANSACTION_HISTORY.update_transaction_history (l_trh_rec,
5274: l_trh_rec.transaction_history_id);
5275:
5276:
5277: /*-----------------------------------------------+