DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on ARPT_SQL_FUNC_UTIL

Line 48: | values to call the arpt_sql_func_util.|

44: | recreate payment schedules if the |
45: | GL-Date or transaction type |
46: | was changed (Bug 564308 and 562342) |
47: | 11-14-97 D. Jancis Added code to retrieve necessary |
48: | values to call the arpt_sql_func_util.|
49: | get_activity_flag routine. If for |
50: | some reason, the flag to recreate the |
51: | payment schedule is Y and there is |
52: | activity against the trans., an error |

Line 312: l_activity_flag := arpt_sql_func_util.get_activity_flag(

308: and
309: ct.cust_trx_type_id = ctt.cust_trx_type_id;
310:
311:
312: l_activity_flag := arpt_sql_func_util.get_activity_flag(
313: p_customer_trx_id,
314: l_true_open_receivables_flag,
315: p_complete_flag,
316: l_type,

Line 536: l_activity_flag := arpt_sql_func_util.get_activity_flag(

532: /* now we want to make the call to check the activity flag */
533: /* Bug 643716: pass p_previous_customer_trx_id instead of */
534: /* l_previous_customer_trx_id */
535:
536: l_activity_flag := arpt_sql_func_util.get_activity_flag(
537: p_customer_trx_id,
538: l_true_open_receivables_flag,
539: p_complete_flag,
540: l_type,

Line 782: l_activity_flag := arpt_sql_func_util.get_activity_flag(

778: ct.cust_trx_type_id = ctt.cust_trx_type_id;
779:
780: /* now we want to make the call to get the activity flag */
781:
782: l_activity_flag := arpt_sql_func_util.get_activity_flag(
783: p_customer_trx_id,
784: l_true_open_receivables_flag,
785: p_complete_flag,
786: l_type,