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 310: l_activity_flag := arpt_sql_func_util.get_activity_flag(

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

Line 534: l_activity_flag := arpt_sql_func_util.get_activity_flag(

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

Line 780: l_activity_flag := arpt_sql_func_util.get_activity_flag(

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