DBA Data[Home] [Help]

APPS.PA_TRANSACTIONS dependencies on PATC

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

1848: where expenditure_item_id = X_source_exp_item_id;
1849: end if;
1850: /* changes for bug2482593 ends */
1851:
1852: -- Need to select new MC columns here to pass to LoadEi and PATC
1853: SELECT
1854: pa_expenditure_items_s.nextval
1855: , ei.expenditure_id
1856: , ei.expenditure_item_date

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

2017: -- for Bug # 519532.Since, Billable flag is an OUT parameter and was getting
2018: -- populated in get_status, it was seen that a null was getting passed. Hence
2019: -- added the call to get_status again.
2020: IF P_DEBUG_MODE THEN
2021: pa_cc_utils.log_message('CreateRelatedItem: ' || 'Before Call to PATC');
2022: END IF;
2023:
2024: pa_transactions_pub.validate_transaction(
2025: X_project_id => X_dest_proj_id

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

2076: , p_sys_link_function => X_etype_class);
2077: /* Added p_sys_link_function => X_etype_class for bug3557261 */
2078:
2079: IF P_DEBUG_MODE THEN
2080: pa_cc_utils.log_message('CreateRelatedItem: ' || 'After Call to PATC');
2081: END IF;
2082:
2083: /* Start of Bug 2648550 */
2084: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

Line 2084: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

2080: pa_cc_utils.log_message('CreateRelatedItem: ' || 'After Call to PATC');
2081: END IF;
2082:
2083: /* Start of Bug 2648550 */
2084: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
2085: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
2086: /* End of Bug 2648550 */
2087: IF (( temp_outcome IS NOT NULL) and
2088: ( temp_msg_type = 'E') ) THEN

Line 2085: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;

2081: END IF;
2082:
2083: /* Start of Bug 2648550 */
2084: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
2085: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
2086: /* End of Bug 2648550 */
2087: IF (( temp_outcome IS NOT NULL) and
2088: ( temp_msg_type = 'E') ) THEN
2089: -- Since this is a batch program, we handle only errors,no warnings