DBA Data[Home] [Help]

APPS.PA_TRANSACTIONS dependencies on PATC

Line 1970: -- Need to select new MC columns here to pass to LoadEi and PATC

1966: where expenditure_item_id = X_source_exp_item_id;
1967: end if;
1968: /* changes for bug2482593 ends */
1969:
1970: -- Need to select new MC columns here to pass to LoadEi and PATC
1971: SELECT
1972: pa_expenditure_items_s.nextval
1973: , ei.expenditure_id
1974: , ei.expenditure_item_date

Line 2141: pa_cc_utils.log_message('CreateRelatedItem: ' || 'Before Call to PATC');

2137: -- for Bug # 519532.Since, Billable flag is an OUT parameter and was getting
2138: -- populated in get_status, it was seen that a null was getting passed. Hence
2139: -- added the call to get_status again.
2140: IF P_DEBUG_MODE THEN
2141: pa_cc_utils.log_message('CreateRelatedItem: ' || 'Before Call to PATC');
2142: END IF;
2143:
2144: pa_transactions_pub.validate_transaction(
2145: X_project_id => X_dest_proj_id

Line 2200: pa_cc_utils.log_message('CreateRelatedItem: ' || 'After Call to PATC');

2196: , p_sys_link_function => X_etype_class);
2197: /* Added p_sys_link_function => X_etype_class for bug3557261 */
2198:
2199: IF P_DEBUG_MODE THEN
2200: pa_cc_utils.log_message('CreateRelatedItem: ' || 'After Call to PATC');
2201: END IF;
2202:
2203: /* Start of Bug 2648550 */
2204: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

Line 2204: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

2200: pa_cc_utils.log_message('CreateRelatedItem: ' || 'After Call to PATC');
2201: END IF;
2202:
2203: /* Start of Bug 2648550 */
2204: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
2205: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
2206: /* End of Bug 2648550 */
2207: IF (( temp_outcome IS NOT NULL) and
2208: ( temp_msg_type = 'E') ) THEN

Line 2205: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;

2201: END IF;
2202:
2203: /* Start of Bug 2648550 */
2204: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
2205: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
2206: /* End of Bug 2648550 */
2207: IF (( temp_outcome IS NOT NULL) and
2208: ( temp_msg_type = 'E') ) THEN
2209: -- Since this is a batch program, we handle only errors,no warnings