DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on DBMS_OUTPUT

Line 2711: Dbms_Output.put('error');

2707:
2708: EXCEPTION
2709: WHEN OTHERS THEN
2710: -- X_retcode := AD_CONC_UTILS_PKG.CONC_FAILURE;
2711: Dbms_Output.put('error');
2712: raise;
2713: END;
2714: -- CLOSE l_party_cur;
2715: l_log_step := 'STEP1';

Line 7421: l(' -- dbms_output.put_line ( ''Exception caught in party_site ''); ');

7417: l(' AND p.PARTY_ID = ps.PARTY_ID; ');
7418: l(' -- take care of invalid party ids ');
7419: l(' EXCEPTION ');
7420: l(' WHEN NO_DATA_FOUND THEN ');
7421: l(' -- dbms_output.put_line ( ''Exception caught in party_site ''); ');
7422: l(' RETURN; ');
7423: l(' END; ');
7424: l('');
7425: l(' IF l_party_type = ''PARTY_RELATIONSHIP'' THEN ');

Line 7437: l(' -- dbms_output.put_line ( ''Exception caught in party_rel ''); ');

7433: l(' AND r.OBJECT_TABLE_NAME = ''HZ_PARTIES''; ');
7434: l(' -- take care of invalid identifiers ');
7435: l(' EXCEPTION ');
7436: l(' WHEN NO_DATA_FOUND THEN ');
7437: l(' -- dbms_output.put_line ( ''Exception caught in party_rel ''); ');
7438: l(' RETURN; ');
7439: l(' END; ');
7440: l(' ELSE ');
7441: l(' l_party_id :=l_party_id1; ');