DBA Data[Home] [Help]

APPS.IGIRSTPT dependencies on STANDARD

Line 400: --standard way to handle when-others as per FND logging guidelines

396: where control_id = p_net_batch_id);
397:
398: commit;
399: --bug 3199481 fnd logging changes: sdixit
400: --standard way to handle when-others as per FND logging guidelines
401: --not setting seeded message as hardcoded message is being passed
402:
403: IF ( l_unexp_level >= l_debug_level ) THEN
404:

Line 472: --l_pay_group := 'Standard';

468:
469:
470: l_pay_group := fnd_profile.value('IGI_STP_PAYGROUP');
471:
472: --l_pay_group := 'Standard';
473:
474:
475: IF l_pay_group is null
476: THEN

Line 478: l_pay_group := 'Standard';

474:
475: IF l_pay_group is null
476: THEN
477:
478: l_pay_group := 'Standard';
479:
480: END IF;
481: --p_payables_batch_source := 'INVOICE GATEWAY';
482: --l_uom_code := 'Ea';

Line 789: --standard way to handle when-others as per FND logging guidelines

785: from igi_stp_control
786: where control_id = p_net_batch_id);
787: commit;
788: --bug 3199481 fnd logging changes: sdixit
789: --standard way to handle when-others as per FND logging guidelines
790: --not setting seeded message as hardcoded message is being passed
791: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
792: --retcode := 2;
793: --errbuf := Fnd_message.get;

Line 805: --standard way to handle when-others as per FND logging guidelines

801: END IF;
802: raise_application_error(-20000, 'Procedure Populate_Interfaces failed '||SQLERRM);
803: else
804: --bug 3199481 fnd logging changes: sdixit
805: --standard way to handle when-others as per FND logging guidelines
806: --not setting seeded message as hardcoded message is being passed
807: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
808: --retcode := 2;
809: --errbuf := Fnd_message.get;

Line 829: --standard way to handle when-others as per FND logging guidelines

825: from igi_stp_control
826: where control_id = p_net_batch_id);
827: commit;
828: --bug 3199481 fnd logging changes: sdixit
829: --standard way to handle when-others as per FND logging guidelines
830: --not setting seeded message as hardcoded message is being passed
831: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
832: --retcode := 2;
833: --errbuf := Fnd_message.get;

Line 846: --standard way to handle when-others as per FND logging guidelines

842: raise_application_error(-20000, 'Procedure Populate_Interfaces failed '||SQLERRM);
843: else
844: raise;
845: --bug 3199481 fnd logging changes: sdixit
846: --standard way to handle when-others as per FND logging guidelines
847:
848: IF ( l_unexp_level >= l_debug_level ) THEN
849:
850: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

Line 925: --l_pay_group := 'Standard';

921: --l_payables_source_name := 'INVOICE GATEWAY';
922: l_interface_context :=fnd_profile.value('IGI_STP_INTERFACE_CONTEXT');
923: --l_interface_context := 'STP NETTING';
924: l_pay_group := fnd_profile.value('IGI_STP_PAYGROUP');
925: --l_pay_group := 'Standard';
926:
927: IF l_pay_group is null
928: THEN
929:

Line 930: l_pay_group := 'Standard';

926:
927: IF l_pay_group is null
928: THEN
929:
930: l_pay_group := 'Standard';
931:
932: END IF;
933:
934: --p_org_id := fnd_profile.value('ORG_ID');

Line 1076: --standard way to handle when-others as per FND logging guidelines

1072: = p_net_batch_id);
1073: COMMIT;
1074:
1075: --bug 3199481 fnd logging changes: sdixit
1076: --standard way to handle when-others as per FND logging guidelines
1077: --not setting seeded message as hardcoded message is being passed
1078: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1079: --retcode := 2;
1080: --errbuf := Fnd_message.get;

Line 1260: --standard way to handle when-others as per FND logging guidelines

1256:
1257: COMMIT;
1258:
1259: --bug 3199481 fnd logging changes: sdixit
1260: --standard way to handle when-others as per FND logging guidelines
1261: --not setting seeded message as hardcoded message is being passed
1262: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1263: --retcode := 2;
1264: --errbuf := Fnd_message.get;

Line 1398: --standard way to handle when-others as per FND logging guidelines

1394: from igi_stp_control
1395: where control_id = p_net_batch_id);
1396: commit;
1397: --bug 3199481 fnd logging changes: sdixit
1398: --standard way to handle when-others as per FND logging guidelines
1399: --not setting seeded message as hardcoded message is being passed
1400: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1401: --retcode := 2;
1402: --errbuf := Fnd_message.get;

Line 1420: --standard way to handle when-others as per FND logging guidelines

1416: from igi_stp_control
1417: where control_id = p_net_batch_id);
1418: commit;
1419: --bug 3199481 fnd logging changes: sdixit
1420: --standard way to handle when-others as per FND logging guidelines
1421: --not setting seeded message as hardcoded message is being passed
1422: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1423: --retcode := 2;
1424: --errbuf := Fnd_message.get;

Line 1446: --standard way to handle when-others as per FND logging guidelines

1442: from igi_stp_control
1443: where control_id = p_net_batch_id);
1444: commit;
1445: --bug 3199481 fnd logging changes: sdixit
1446: --standard way to handle when-others as per FND logging guidelines
1447: --not setting seeded message as hardcoded message is being passed
1448: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1449: --retcode := 2;
1450: --errbuf := Fnd_message.get;

Line 1468: --standard way to handle when-others as per FND logging guidelines

1464: from igi_stp_control
1465: where control_id = p_net_batch_id);
1466: commit;
1467: --bug 3199481 fnd logging changes: sdixit
1468: --standard way to handle when-others as per FND logging guidelines
1469: --not setting seeded message as hardcoded message is being passed
1470: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1471: --retcode := 2;
1472: --errbuf := Fnd_message.get;

Line 1484: --standard way to handle when-others as per FND logging guidelines

1480: END IF;
1481: raise_application_error(-20000, 'Procedure Initiate_Interfaces failed '||SQLERRM);
1482: else
1483: --bug 3199481 fnd logging changes: sdixit
1484: --standard way to handle when-others as per FND logging guidelines
1485: --not setting seeded message as hardcoded message is being passed
1486: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1487: --retcode := 2;
1488: --errbuf := Fnd_message.get;