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 950: arp_trx_util.lock_transaction(p_dist_rec.customer_trx_id);

946: /*----------------------------------------------------------------+
947: | Lock rows in other tables that reference this customer_trx_id |
948: +----------------------------------------------------------------*/
949:
950: arp_trx_util.lock_transaction(p_dist_rec.customer_trx_id);
951:
952:
953: arp_ctlgd_pkg.insert_p( p_dist_rec,
954: p_cust_trx_line_gl_dist_id,

Line 1131: arp_trx_util.lock_transaction(p_customer_trx_id);

1127: /*----------------------------------------------------------------+
1128: | Lock rows in other tables that reference this customer_trx_id |
1129: +----------------------------------------------------------------*/
1130:
1131: arp_trx_util.lock_transaction(p_customer_trx_id);
1132:
1133: /*------------------------------------------------------------------+
1134: | Set the backout flag to true if the transaction has been posted |
1135: | and the amounts or the account has changed. |

Line 1149: arp_trx_util.boolean_to_varchar2(l_backout_flag ));

1145: arp_util.debug('revised backout flag: TRUE');
1146: ELSE l_backout_flag := p_backout_flag;
1147:
1148: arp_util.debug('revised backout flag: ' ||
1149: arp_trx_util.boolean_to_varchar2(l_backout_flag ));
1150:
1151: END IF;
1152:
1153: /*------------------------------------------------------+

Line 1414: arp_trx_util.boolean_to_varchar2(p_backout_flag));

1410: arp_util.debug('p_form_version = ' || p_form_version);
1411:
1412:
1413: arp_util.debug('p_backout_flag = ' ||
1414: arp_trx_util.boolean_to_varchar2(p_backout_flag));
1415:
1416: arp_util.debug('p_cust_trx_line_gl_dist_id = ' ||
1417: p_cust_trx_line_gl_dist_id);
1418:

Line 1501: arp_trx_util.lock_transaction(p_customer_trx_id);

1497: /*----------------------------------------------------------------+
1498: | Lock rows in other tables that reference this customer_trx_id |
1499: +----------------------------------------------------------------*/
1500:
1501: arp_trx_util.lock_transaction(p_customer_trx_id);
1502:
1503: /*----------------------------------------------------+
1504: | call the table-handler to delete the dist record |
1505: +----------------------------------------------------*/