DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on FND_PROFILE

Line 498: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);

494: PO_DEBUG.debug_var(l_log_head,l_progress,'p_unit_price',p_unit_price);
495: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Check Advanced Pricing License');
496: END IF;
497:
498: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);
499: l_progress := '020';
500: IF g_debug_stmt THEN
501: PO_DEBUG.debug_var(l_log_head,l_progress,'l_qp_license',l_qp_license);
502: END IF;

Line 1130: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);

1126: END IF;
1127:
1128: x_price_tbl := Qp_Price_Result_Rec_Tbl_Type();
1129: PO_LOG.stmt(l_log_head,d_pos,'Check Advanced Pricing License');
1130: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);
1131: d_pos := 20;
1132: IF g_debug_stmt THEN
1133: PO_LOG.stmt(l_log_head,d_pos,'l_qp_license',l_qp_license);
1134: END IF;