DBA Data[Home] [Help]

APPS.PA_TRANSACTION_INTERFACE_T1 dependencies on PA_TXN_INT_TRIG_CTL

Line 118: If pa_txn_int_trig_ctl.G_TrxImport1 IS NULL Then

114: END IF;
115:
116: BEGIN
117:
118: If pa_txn_int_trig_ctl.G_TrxImport1 IS NULL Then
119:
120: SELECT 1
121: INTO dummy
122: FROM fnd_concurrent_programs

Line 127: pa_txn_int_trig_ctl.G_TrxImport1 := 1;

123: WHERE concurrent_program_name = 'PAXTRTRX'
124: AND concurrent_program_id = fnd_global.conc_program_id
125: AND application_id = 275 ;
126:
127: pa_txn_int_trig_ctl.G_TrxImport1 := 1;
128:
129: ElsIf pa_txn_int_trig_ctl.G_TrxImport1 = 0 Then
130:
131: RAISE NO_DATA_FOUND;

Line 129: ElsIf pa_txn_int_trig_ctl.G_TrxImport1 = 0 Then

125: AND application_id = 275 ;
126:
127: pa_txn_int_trig_ctl.G_TrxImport1 := 1;
128:
129: ElsIf pa_txn_int_trig_ctl.G_TrxImport1 = 0 Then
130:
131: RAISE NO_DATA_FOUND;
132:
133: End If;

Line 139: pa_txn_int_trig_ctl.G_TrxImport1 := 0;

135:
136: EXCEPTION
137: WHEN NO_DATA_FOUND THEN
138:
139: pa_txn_int_trig_ctl.G_TrxImport1 := 0;
140:
141: IF ( :NEW.transaction_source = :OLD.transaction_source
142: AND (new_etypeclass_code = old_etypeclass_code)
143: AND ( :NEW.batch_name = :OLD.batch_name )