DBA Data[Home] [Help]

APPS.GR_ITEM_PROPERTIES_PUB dependencies on APP_EXCEPTION

Line 783: l_oracle_error := APP_EXCEPTION.Get_Code;

779:
780:
781: IF return_status <> 'S' THEN
782:
783: l_oracle_error := APP_EXCEPTION.Get_Code;
784: l_code_block := l_code_block || ' ' || TO_CHAR(l_oracle_error);
785: FND_MESSAGE.SET_NAME('GR',
786: 'GR_NO_RECORD_INSERTED');
787: FND_MESSAGE.SET_TOKEN('CODE',

Line 790: APP_EXCEPTION.Raise_Exception;

786: 'GR_NO_RECORD_INSERTED');
787: FND_MESSAGE.SET_TOKEN('CODE',
788: l_code_block,
789: FALSE);
790: APP_EXCEPTION.Raise_Exception;
791:
792: x_return_status := return_status;
793: RAISE loop_exception;
794: END IF;

Line 926: l_oracle_error := APP_EXCEPTION.Get_Code;

922: x_msg_data => msg_data);
923:
924: IF return_status <> 'S' THEN
925:
926: l_oracle_error := APP_EXCEPTION.Get_Code;
927: l_code_block := l_code_block || ' ' || TO_CHAR(l_oracle_error);
928: FND_MESSAGE.SET_NAME('GR',
929: 'GR_NO_RECORD_INSERTED');
930: FND_MESSAGE.SET_TOKEN('CODE',

Line 933: APP_EXCEPTION.Raise_Exception;

929: 'GR_NO_RECORD_INSERTED');
930: FND_MESSAGE.SET_TOKEN('CODE',
931: l_code_block,
932: FALSE);
933: APP_EXCEPTION.Raise_Exception;
934:
935: x_return_status := return_status;
936: RAISE loop_exception;
937: END IF;