DBA Data[Home] [Help]

APPS.ARP_PROCESS_DIST dependencies on ARP_TRX_UTIL

Line 35: | 12-OCT-95 Martin Johnson Replaced arp_trx_util.set_posted_flag |

31: | NOTES |
32: | |
33: | MODIFICATION HISTORY |
34: | 19-JUL-95 Charlie Tomberg Created |
35: | 12-OCT-95 Martin Johnson Replaced arp_trx_util.set_posted_flag |
36: | with IF statment to determine if |
37: | dist is posted (set_posted_flag |
38: | determines if trx is posted) |
39: | |

Line 97: arp_trx_util.boolean_to_varchar2(l_posted_flag));

93: p_ccid_changed_flag := l_ccid_changed_flag;
94: p_amount_percent_changed_flag := l_amount_percent_changed_flag;
95:
96: arp_util.debug('p_posted_flag = ' ||
97: arp_trx_util.boolean_to_varchar2(l_posted_flag));
98:
99: arp_util.debug('p_ccid_changed_flag = ' ||
100: arp_trx_util.boolean_to_varchar2( l_ccid_changed_flag));
101:

Line 100: arp_trx_util.boolean_to_varchar2( l_ccid_changed_flag));

96: arp_util.debug('p_posted_flag = ' ||
97: arp_trx_util.boolean_to_varchar2(l_posted_flag));
98:
99: arp_util.debug('p_ccid_changed_flag = ' ||
100: arp_trx_util.boolean_to_varchar2( l_ccid_changed_flag));
101:
102: arp_util.debug('p_amount_percent_changed_flag = ' ||
103: arp_trx_util.boolean_to_varchar2(
104: l_amount_percent_changed_flag));

Line 103: arp_trx_util.boolean_to_varchar2(

99: arp_util.debug('p_ccid_changed_flag = ' ||
100: arp_trx_util.boolean_to_varchar2( l_ccid_changed_flag));
101:
102: arp_util.debug('p_amount_percent_changed_flag = ' ||
103: arp_trx_util.boolean_to_varchar2(
104: l_amount_percent_changed_flag));
105:
106: arp_util.debug('arp_process_dist.set_flags()-');
107:

Line 914: arp_trx_util.lock_transaction(p_dist_rec.customer_trx_id);

910: /*----------------------------------------------------------------+
911: | Lock rows in other tables that reference this customer_trx_id |
912: +----------------------------------------------------------------*/
913:
914: arp_trx_util.lock_transaction(p_dist_rec.customer_trx_id);
915:
916:
917: arp_ctlgd_pkg.insert_p( p_dist_rec,
918: p_cust_trx_line_gl_dist_id,

Line 1095: arp_trx_util.lock_transaction(p_customer_trx_id);

1091: /*----------------------------------------------------------------+
1092: | Lock rows in other tables that reference this customer_trx_id |
1093: +----------------------------------------------------------------*/
1094:
1095: arp_trx_util.lock_transaction(p_customer_trx_id);
1096:
1097: /*------------------------------------------------------------------+
1098: | Set the backout flag to true if the transaction has been posted |
1099: | and the amounts or the account has changed. |

Line 1113: arp_trx_util.boolean_to_varchar2(l_backout_flag ));

1109: arp_util.debug('revised backout flag: TRUE');
1110: ELSE l_backout_flag := p_backout_flag;
1111:
1112: arp_util.debug('revised backout flag: ' ||
1113: arp_trx_util.boolean_to_varchar2(l_backout_flag ));
1114:
1115: END IF;
1116:
1117: /*------------------------------------------------------+

Line 1329: arp_trx_util.boolean_to_varchar2(p_backout_flag));

1325: arp_util.debug('p_form_version = ' || p_form_version);
1326:
1327:
1328: arp_util.debug('p_backout_flag = ' ||
1329: arp_trx_util.boolean_to_varchar2(p_backout_flag));
1330:
1331: arp_util.debug('p_cust_trx_line_gl_dist_id = ' ||
1332: p_cust_trx_line_gl_dist_id);
1333:

Line 1416: arp_trx_util.lock_transaction(p_customer_trx_id);

1412: /*----------------------------------------------------------------+
1413: | Lock rows in other tables that reference this customer_trx_id |
1414: +----------------------------------------------------------------*/
1415:
1416: arp_trx_util.lock_transaction(p_customer_trx_id);
1417:
1418: /*----------------------------------------------------+
1419: | call the table-handler to delete the dist record |
1420: +----------------------------------------------------*/