DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PATC

Line 3975: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

3971: , p_sys_link_function => EiRec.system_linkage_function
3972: , p_person_type => EiRec.person_type ); -- Fix for bug : 3681318
3973:
3974: /* Start of Bug 2648550 */
3975: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3976: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3977: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3978: /* End of Bug 2648550 */
3979:

Line 3976: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;

3972: , p_person_type => EiRec.person_type ); -- Fix for bug : 3681318
3973:
3974: /* Start of Bug 2648550 */
3975: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3976: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3977: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3978: /* End of Bug 2648550 */
3979:
3980: IF ( temp_outcome IS NOT NULL AND ( temp_msg_type = 'E' ) ) THEN /* Added msg_type check for Bug 4906816 */

Line 3977: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;

3973:
3974: /* Start of Bug 2648550 */
3975: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3976: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3977: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3978: /* End of Bug 2648550 */
3979:
3980: IF ( temp_outcome IS NOT NULL AND ( temp_msg_type = 'E' ) ) THEN /* Added msg_type check for Bug 4906816 */
3981: /*Changes for 7371988 Starts here*/