DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on OE_ORDER_IMPORT_SPECIFIC_PVT

Line 804: If OE_ORDER_IMPORT_SPECIFIC_PVT.G_ONT_ADD_CUSTOMER = 'Y' Then

800: x_return_status := FND_API.G_RET_STS_SUCCESS;
801: x_existing_value := 'N';
802:
803: --{ If to check whether Add Customer privilege is set
804: If OE_ORDER_IMPORT_SPECIFIC_PVT.G_ONT_ADD_CUSTOMER = 'Y' Then
805: IF l_debug_level > 0 THEN
806: oe_debug_pub.add( 'ADD CUSTOMER PRIVILEGE IS THERE' ) ;
807: END IF;
808: OE_MSG_PUB.set_msg_context(

Line 3482: p_header_customer_rec In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type,

3478:
3479: -- End of procedure Create_Customer_Info }
3480:
3481: Procedure Delete_Customer_Info(
3482: p_header_customer_rec In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type,
3483: p_line_customer_tbl In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type)
3484: Is
3485:
3486: --

Line 3483: p_line_customer_tbl In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type)

3479: -- End of procedure Create_Customer_Info }
3480:
3481: Procedure Delete_Customer_Info(
3482: p_header_customer_rec In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type,
3483: p_line_customer_tbl In OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type)
3484: Is
3485:
3486: --
3487: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;