DBA Data[Home] [Help]

APPS.OE_CREDIT_PUB dependencies on OE_VERIFY_PAYMENT_PUB

Line 461: OE_Verify_Payment_PUB.G_credit_check_rule := 'Ordering'; --ER#7479609

457: --7695423 end
458:
459: --7194250
460:
461: OE_Verify_Payment_PUB.G_credit_check_rule := 'Ordering'; --ER#7479609
462:
463: -- If not Use the Shipping Rule for all other calling Actions
464: ELSE
465:

Line 490: OE_Verify_Payment_PUB.G_credit_check_rule := 'Shipping'; --ER#7479609

486: --7695423 end
487:
488: --7194250
489:
490: OE_Verify_Payment_PUB.G_credit_check_rule := 'Shipping'; --ER#7479609
491:
492: END IF;
493:
494: -- If no credit rule was found for the calling action the Order

Line 2153: OE_Verify_Payment_PUB.G_credit_check_rule := 'Ordering'; --ER#7479609

2149: --7695423 end
2150:
2151: --7194250
2152: -- If not Use the Shipping Rule for all other calling Actions
2153: OE_Verify_Payment_PUB.G_credit_check_rule := 'Ordering'; --ER#7479609
2154: ELSE
2155: oe_debug_pub.ADD('Line Level: Selecting the shipping cchk rule');
2156: /*7194250
2157: SELECT NVL(SHIPPING_CREDIT_CHECK_RULE_ID, -1)

Line 2178: OE_Verify_Payment_PUB.G_credit_check_rule := 'Shipping'; --ER#7479609

2174: END;
2175: --7695423 end
2176:
2177: --7194250
2178: OE_Verify_Payment_PUB.G_credit_check_rule := 'Shipping'; --ER#7479609
2179: END IF;
2180:
2181: -- If no credit rule was found for the calling action the Order
2182: -- is not subject to credit check