DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on OKC_CONTEXT

Line 5637: -- okc_context.set_okc_org_context(l_bill_Rec.authoring_org_id, Null);

5633: FND_FILE.PUT_LINE( FND_FILE.LOG,'OKS_BILLING_PUB.Calculate_bill => Price_uom ' ||l_bill_rec.price_uom);
5634: END IF;
5635:
5636: -- Commented as part of R12. Authoring org id changed to org_id (MOAC)
5637: -- okc_context.set_okc_org_context(l_bill_Rec.authoring_org_id, Null);
5638: okc_context.set_okc_org_context(l_bill_Rec.org_id, Null);
5639:
5640: IF l_write_log THEN
5641: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After setting okc_context.set_okc_org_context for org '||l_bill_Rec.org_id);

Line 5638: okc_context.set_okc_org_context(l_bill_Rec.org_id, Null);

5634: END IF;
5635:
5636: -- Commented as part of R12. Authoring org id changed to org_id (MOAC)
5637: -- okc_context.set_okc_org_context(l_bill_Rec.authoring_org_id, Null);
5638: okc_context.set_okc_org_context(l_bill_Rec.org_id, Null);
5639:
5640: IF l_write_log THEN
5641: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After setting okc_context.set_okc_org_context for org '||l_bill_Rec.org_id);
5642: END IF;

Line 5641: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After setting okc_context.set_okc_org_context for org '||l_bill_Rec.org_id);

5637: -- okc_context.set_okc_org_context(l_bill_Rec.authoring_org_id, Null);
5638: okc_context.set_okc_org_context(l_bill_Rec.org_id, Null);
5639:
5640: IF l_write_log THEN
5641: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After setting okc_context.set_okc_org_context for org '||l_bill_Rec.org_id);
5642: END IF;
5643:
5644:
5645: l_okl_flag := 0; --- check for OKL contract

Line 6237: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Org Context after AR call - '||okc_context.get_okc_org_id);

6233:
6234: If l_write_log then
6235: FND_FILE.PUT_LINE(FND_FILE.LOG, 'OKS_BILLING_PUB.Billing_Main => After Call to OKS_ARFEEDER_PUB.Get_REC_FEEDER to interface termination records l_return_status '||l_return_status);
6236: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Access_Mode after AR call - '||mo_global.get_access_mode);
6237: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Org Context after AR call - '||okc_context.get_okc_org_id);
6238: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Original Access Mode - '||p_Access_Mode);
6239: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Original Org Context - '||l_original_org_id);
6240: End If;
6241: