DBA Data[Home] [Help]

APPS.OKS_EXTWAR_UTIL_PVT dependencies on FND_PROFILE

Line 45: FND_PROFILE.PUT ('ORG_ID',p_org_id);

41: okc_context.set_okc_org_context;
42: l_org_id := okc_context.get_okc_org_id;
43:
44: MO_GLOBAL.set_org_context(p_org_id,Null);
45: FND_PROFILE.PUT ('ORG_ID',p_org_id);
46:
47: l_terrkren_rec.PARTY_ID := p_party_id;
48:
49: jtf_terr_oks_pub.get_winningterrmembers

Line 71: FND_PROFILE.PUT ('ORG_ID',l_org_id);

67:
68: End If;
69:
70: MO_GLOBAL.set_org_context(l_org_id,Null);
71: FND_PROFILE.PUT ('ORG_ID',l_org_id);
72: Return l_sname;
73:
74: Exception
75: When Others Then

Line 77: FND_PROFILE.PUT ('ORG_ID',l_org_id);

73:
74: Exception
75: When Others Then
76: MO_GLOBAL.set_org_context(l_org_id,Null);
77: FND_PROFILE.PUT ('ORG_ID',l_org_id);
78: Return Null;
79: End;
80: */
81: ----------------------------------------------------------------------

Line 1999: -- X_Line_rec.k_line_NUMBER := FND_PROFILE.VALUE('PREFIX_CONTRACT_NUMBER')||l_ord_Line_rec.line_NUMBER||FND_PROFILE.VALUE('SUFFIX_CONTRACT_NUMBER');

1995: CLOSE l_segment_csr;
1996:
1997: x_line_rec.srv_segment1 := l_segment_rec.description;
1998: x_line_rec.srv_desc := l_segment_rec.NAME;
1999: -- X_Line_rec.k_line_NUMBER := FND_PROFILE.VALUE('PREFIX_CONTRACT_NUMBER')||l_ord_Line_rec.line_NUMBER||FND_PROFILE.VALUE('SUFFIX_CONTRACT_NUMBER');
2000: -- X_Line_rec.srv_segment1 := l_segment_rec.name;
2001: -- X_Line_rec.srv_id := l_Warranty_tbl(l_ptr).service_item_id;
2002: -- X_Line_rec.srv_desc := l_segment_rec.description;
2003: x_line_rec.ship_to_id := l_ord_line_rec.ship_to_org_id;

Line 3789: IF fnd_profile.VALUE ('OKS_ITEM_DISPLAY_PREFERENCE') = 'DISPLAY_NAME'

3785: x_line_rec.order_line_id := cust_rec.original_order_line_id;
3786: x_line_rec.currency := NULL;
3787:
3788: -- X_line_rec.cust_account := Cust_rec.customer_id;
3789: IF fnd_profile.VALUE ('OKS_ITEM_DISPLAY_PREFERENCE') = 'DISPLAY_NAME'
3790: THEN
3791: x_covd_rec.product_segment1 := cust_rec.description;
3792: x_covd_rec.product_desc := cust_rec.NAME;
3793: ELSE